Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 10 - Group Objects / Group Objects Reference
Group Objects Routines / Managing Display Groups


Q3DisplayGroup_Submit

You can use the Q3DisplayGroup_Submit function to submit a display group for drawing, picking, bounding, or writing.

TQ3Status Q3DisplayGroup_Submit (
TQ3GroupObject group, 
TQ3ViewObject view);
group
A group.
view
A view.
DESCRIPTION
The Q3DisplayGroup_Submit function submits the display group specified by the group parameter for drawing, picking, bounding, or writing in the view specified by the view parameter.

SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.

ERRORS
kQ3ErrorInvalidObject
kQ3ErrorOutOfMemory
kQ3ErrorViewNotStarted


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996